Skip to main content

Retrieve detailed information about all monitors.

GET 

/query/objects

Call this API to obtain comprehensive details about each monitor.

Request

Responses

The request was successful, and the server has returned the requested details about all monitors. The response contains a JSON object with comprehensive information on each monitor.

Schema
    result object[]
  • Array [
  • id integer
    object.target string
    object.ip string
    object.host string
    object.name string
    object.system.oid string
    object.type string
    object.discovery.method string
    object.state string
    object.category string
    remote.address string
    user.name string
    object.creation.time string
    object.creation.time.seconds integer
    object.business.hour.profile integer
    object.id integer
    object.groups integer[]
    object.snmp.device.catalog integer
    object.make.model string
    object.context object
    ping.check.status string
    port integer
    snmp.check.retries integer
    interface.discovery string
    topology.plugin.discovery string
    object.vendor string
  • ]
Loading...